Add(KeyValuePair<TKey,TValue>) Method

Summary

Adds an item to the ICollection.

Syntax
C#
VB
C++
public virtual void Add( 
   KeyValuePair<TKey, TValue> item 
) 
  
Public Overloads Overridable Sub Add( _ 
   ByVal item As KeyValuePair(Of TKey,TValue) _ 
)  
public: 
virtual void Add(  
   KeyValuePair<TKey^,TValue^> item 
)  

Parameters

item
The object to add to the ICollection.

Exceptions

ExceptionDescription
System.NotSupportedExceptionThe ICollection is read-only.

Requirements

Target Platforms

Help Version 20.0.2020.5.27
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly